home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / wrp68k09.ads < prev    next >
Text File  |  1995-06-15  |  3KB  |  76 lines

  1.  Amiga Distribution System-- Long Description File
  2.  
  3.            ADS Zone: 1
  4.      ADS Hatch Site: Don Plesky
  5.        ADS Position: ADS Zone 1 Coordinator
  6.            BBS Name: EastPointe Amiga BBS
  7.     Phone Number(s): 810-773-6959
  8.     Network Address: 1:120/229  
  9.      Network Region: 11    
  10.           BBS Hours: 24 Hrs/Day
  11. BBS Mailer/Software: DLG Trapdoor/PDQmail
  12.   BBS Storage Space: 2 Gig 
  13.   File Requestable :  <X> Y     < > N
  14. File Request Hours : All The Time
  15.  
  16. ==========================================
  17.             Long Description
  18. ==========================================
  19.  
  20. Short:    GoldED syntax parser for A68k assembler
  21. Author:   dietmar@tomate.tng.oche.de (Dietmar Eilert)
  22. Uploader: cab@studbox.uni-stuttgart.de (Stefan Gybas)
  23. Type:     text/edit
  24.  
  25.  
  26. PURPOSE
  27.  
  28.   WarpA68k is a GoldED syntax parsers. GoldED 3 is required to use the parser.
  29.  
  30. COPYIGHT
  31.  
  32.   ⌐1995  Dietmar  Eilert  (e-mail:  DIETMAR@TOMATE.TNG.OCHE.DE).  All  Rights
  33.   Reserved.  Neither  icons nor code may be reused/reproduced without written
  34.   permission of the author.
  35.  
  36.   Dietmar Eilert
  37.   Mies-v-d-Rohe-Str.31, 52074 Aachen, Germany
  38.   E-Mail: DIETMAR@TOMATE.TNG.OCHE.DE
  39.   Tel: +49-(0)241-81665
  40.        +49-(0)2525-7776
  41.   Fax: +49-(0)241-81665
  42.  
  43. INSTALLATION
  44.  
  45.   Just run the install script. GoldED 3.0.1+ required.
  46.  
  47. USAGE & CONFIGURATION
  48.  
  49.   GoldED is able to highlight sections of text lines and  thus  increase  the
  50.   overall view. Colors are set using GoldED's syntax configuration requester.
  51.   Typical usage of syntax  highlighting  is  to  have  reserved  words  of  a
  52.   programming  language  highlighted.  Syntax  parsing  is  done  by external
  53.   parsers: the editor is responsible for refreshing the display.  The  syntax
  54.   parser  is  responsible  for  parsing  the  text  and for creating a syntax
  55.   description (thus the highlighting  sheme  depends  on  the  parser).  This
  56.   package  contains an A68k assembler syntax parser.
  57.  
  58.   Parser names
  59.  
  60.   Please consider that syntax parsers are standard  libraries  and  that  the
  61.   AmigaOS  doesn't  support renaming of libraries: a syntax parser won't work
  62.   after it has been renamed (parser names are case sensitive).
  63.  
  64. CREDITS
  65.  
  66.   Thanks to Thomas Fischbacher who has helped  me  to  understand  the  basic
  67.   structure  of  assembler sources (beware - this parser has been done by a C
  68.   programmer with limited assembler knowledge only :-).
  69.  
  70. HARDWARE
  71.  
  72.   Performance depends on the graphics  hardware:  a  fast  external  graphics
  73.   board  (e.g. Retina Z3) is required to ensure sufficient performance. Amiga
  74.   chipsets are based on bitplanes and  thus  too  slow.  CPU  speed  is  less
  75.   important; suggested system is a 68030 CPU or better.
  76.